A recurrent theme in post rock is repetition itself, as previously mentioned. A nice example thereof is the track “Frozen Twilight” by God is an Astronaut. As this track is over six minutes long and features several sections, one would expect to be able to recognize these when compared to itself at a different time by using a Self-Similarity Matrix (SSM).
Interestingly, the timbre of the track remains much the same throughout the song.This reveals that perceived intensity is minimally reflected in the ‘timbre’ feature, as there are very noticeable differences in energy throughout the song.
The goal of this corpus of music and the analysis thereof is to find out whether Spotify makes distinctions between different kinds of alternative ‘emo’ music. The styles that I am interested in include math rock, post rock and Midwest (emo). To those uninitiated in the cult, I will give a brief introduction, as well as give an example of what I consider a typical track for these styles.
Math rock is characterized by harmonically rich chords, often involving major sixth, all kinds of seven and nine, eleven and thirteen chords. Rhythmically, the music rarely follows a 4/4 structure, often changing time signatures throughout songs. The style of playing that is most notable in the often very present and highly technical electric guitars can be described as ‘angular’ with big intervals and high contrasts in syncopation, as well as accenting off-beats frequently.
A typical track could be: Bubble Dream by Chon
Post rock is harmonically similar to math rock, hence why the two are often grouped together. Post rock, however, conveys a much different emotion, which I would personally describe as “positive solitude”, like being very alone and being okay with that. The style is much calmer and less ‘angular’ than math rock, and thrives on winding repetitions of somewhat meditative leitmotifs, often preceded by sonically big crescendos.
Your hand in mine by Explosions in the Sky is very post rock indeed.
This style is a bit harder to describe, as it features much of the same characteristics of the previous two styles, but in varying degrees. Midwest can be very peaceful or feature metal-esque screaming, depending on the song and artist. A common trait, one that is shared in most emo music, is yelling vocals. The previous two styles are typically instrumental, whereas this style usually offers emotional or downright depressing lyrics for the listener to enjoy or wallow in. It still features the same harmonic ideas.
Never meant by American Football is the most famous and ubiquitous example.
Exploring the distinctions between math rock, post rock, and Midwest emo using the characteristics provided by the Spotify API presents an intriguing challenge. There is much debate among fans about the boundaries and overlap of these genres, hence why such an analysis could be meaningful. An example of an outlier could be Polyphia, which is traditionally a math rock/metal band that turned more to an electronic and hip hop influenced instrumental boy band. Where would they land on the spectrum? Through the use of the toolset provided by Spotify, new insights in this subset of emo-genres can be gained.
We can observe that my selected styles of music would serve marginally less well in a dancing hall as compared to the Beatles on average, according to Spotify that is. This also reveals a bit of the bias of this danceability feature, as some of the tracks in my corpus would do fine in, for instance, a more meditative style of dancing. The Beatles also score a bit lower than I would expect, since they have released numerous radio and dance venue hits. This, however, seems to be the nature of this feature. Martin Garrix for example, a renowned Dance DJ/producer, averages around 0.6 ‘danceability’ when looking at his five most popular songs.
We can observe that my selected styles of music would serve marginally less well in a dancing hall as compared to the Beatles on average, according to Spotify that is. This also reveals a bit of the bias of this danceability feature, as some of the tracks in my corpus would do fine in, for instance, a more meditative style of dancing. The Beatles also score a bit lower than I would expect, since they have released numerous radio and dance venue hits. This, however, seems to be the nature of this feature. Martin Garrix for example, a renowned Dance DJ/producer, averages around 0.6 ‘danceability’ when looking at his five most popular songs.
These are two versions of the same song, both released by the band Polyphia. The original version, ‘Light’, features a lot more of the band’s original sound, with technical intertwining guitar parts and prog-rock-esque rhythms. In the rerelease, called ‘LIT’, the band opts for a strongly electronic sound. While the electric guitars are still clearly distinguishable, it is obvious that a lot of studio work has gone into this version of the track. It also features typical elements of dance music, such as opening and closing of filters and compressors, a strong bass drum and background effects to fill up the sound. This last part is interesting, as the chromagram appears a bit more smeared or less distinct in the electronic version. Perhaps these smears over the spectrum are these very effects, as they are often not clearly pitched. Other than that, there appear not to be many major differences.
---
title: "Index"
author: "Marijn Oude Groeneger"
date: "2024-02-21"
output:
flexdashboard::flex_dashboard:
storyboard: true
orientation: rows
social: menu
source: embed
---
```{r setup, include=FALSE}
library(tidyverse)
library(spotifyr)
library(ggplot2)
library(plotly)
library(compmus)
```
Temporary First Page
================================================
```{r Frozen Twilight SSM import, child = 'frozen_twilight.Rmd'}
```
Introduction
================================================
```{r Introduction, child = 'introduction.Rmd'}
```
Dancing to the Beatles compared to my corpus
================================================
```{r Corpus_Beatles_dance, child = 'corpus_beatles_dance.Rmd'}
```
Does Polyphia make Light work, or rather LIT?
================================================
```{r Polyphia Chromagrams, child = 'polyphia_chromagrams.Rmd'}
```
Temporal page
=================================================
```{r camp_adventure, child = 'camp_adventure.Rmd'}
```